home *** CD-ROM | disk | FTP | other *** search
/ Game Power / Game Power Vol. 1 (HEPP Computer) (1995).iso / S121 / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-12-15  |  1KB  |  57 lines

  1.  
  2. echo off
  3. cls
  4. IF "%1"=="C" GOTO DRIVE
  5. IF "%1"=="D" GOTO DRIVE
  6. IF "%1"=="E" GOTO DRIVE
  7. IF "%1"=="F" GOTO DRIVE
  8. IF "%1"=="G" GOTO DRIVE
  9. IF "%1"=="H" GOTO DRIVE
  10. IF "%1"=="I" GOTO DRIVE
  11. IF "%1"=="c" GOTO DRIVE
  12. IF "%1"=="d" GOTO DRIVE
  13. IF "%1"=="e" GOTO DRIVE
  14. IF "%1"=="f" GOTO DRIVE
  15. IF "%1"=="g" GOTO DRIVE
  16. IF "%1"=="h" GOTO DRIVE
  17. IF "%1"=="i" GOTO DRIVE
  18.  
  19. ECHO Please type INSTALL X, where X is the letter of the drive you wish to install
  20. echo Pinball Fantasies 5 Min demo to (for example INSTALL C).
  21. GOTO :QUITINSTALL
  22.  
  23. :DRIVE
  24. ECHO Pinball Fantasies 5 Min demo is about to be installed onto your %1: hard disk.
  25. ECHO A directory %1:\FANTDEMO will be created. 
  26. ECHO -
  27. ECHO If you do not wish to continue, press Control-C now, or
  28. PAUSE
  29. ECHO -
  30. cls    
  31. echo Please wait, copying Pinball Fantasies 5 Min Demo to your Hard drive. 
  32. echo -  
  33. echo -
  34.  
  35. mkdir c:\fantdemo
  36. copy *.sdr c:\fantdemo
  37. copy *.mod c:\fantdemo
  38. copy *.prg c:\fantdemo
  39. copy *.exe c:\fantdemo
  40. copy *.bin c:\fantdemo
  41.  
  42. c:
  43. cd \fantdemo
  44.  
  45. cls
  46. echo I will now run the Setsound program. Please select which sound source your
  47. echo PC has.                                                                          
  48. pause
  49. setsound
  50. cls
  51. echo To play the demo simply enter the directory 
  52. echo        C:\FANTDEMO
  53. ECHO -     
  54. ECHO and run the Program
  55. echo        PFDEMO
  56. :QUITINSTALL
  57.